This repository was archived by the owner on Jun 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.55 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "skeleton",
"version": "1.0.0",
"description": "A simple project-stub to show the basic ideas. Also serves you as a quick start for your project",
"main": "app/index.js",
"dependencies": {
"babel": "^5.6.14",
"debug": "^2.2.0",
"express": "^4.13.0",
"jade": "^1.11.0",
"livereactload-api": "^0.5.1",
"lodash": "^3.10.0",
"mori": "^0.3.2",
"react": "^0.13.3",
"recluster": "^0.4.0",
"redux": "^0.12.0"
},
"devDependencies": {
"babel-eslint": "^4.0.6",
"babelify": "^6.1.2",
"browserify": "^10.2.6",
"eslint": "^1.1.0",
"eslint-config-airbnb": "0.0.7",
"eslint-config-airbnb-lite": "^1.0.3",
"eslint-plugin-react": "^3.2.2",
"eslint-watch": "^1.2.5",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"livereactload": "^0.6.0",
"lodash-cli": "^3.10.0",
"mocha": "^2.2.5",
"precommit-hook": "^3.0.0",
"vinyl-source-stream": "^1.1.0"
},
"config": {
"port": 3000
},
"scripts": {
"_": "lodash strict include=chain,filter,flatten,map,range,value exports=node -o bro/modules/chain.js",
"test": "mocha --compilers js:babel/register",
"lint": "eslint .",
"watch": "esw -w ."
},
"repository": {
"type": "git",
"url": "https://github.com/sullenor/skeleton.git"
},
"keywords": [
"babel",
"express",
"jade",
"react"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/sullenor/skeleton/issues"
},
"homepage": "https://github.com/sullenor/skeleton",
"pre-commit": [
"lint"
]
}