forked from ThirstyHead/meaningfuljs2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.48 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
{
"name": "meaningfuljs2",
"version": "0.5.0",
"description": "A simple, sane MEAN stack featuring Angular 2.",
"main": "server.js",
"scripts": {
"init": "npm install",
"postinstall": "jspm install && bower install",
"start": "gulp run",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Scott Davis <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ThirstyHead/meaningfuljs2.git"
},
"engines": {
"node": "4.2.x"
},
"dependencies": {
"express": "~4.13.4",
"lodash": "~4.0.0"
},
"devDependencies": {
"babel-eslint": "~5.0.0",
"bower": "~1.7.7",
"browser-sync": "~2.11.1",
"del": "~2.2.0",
"eslint": "~2.2.0",
"gulp": "~3.9.0",
"gulp-cli": "~1.2.0",
"gulp-help": "~1.6.1",
"gulp-load-plugins": "~1.2.0",
"gulp-nodemon": "~2.0.6",
"json-server": "~0.8.8",
"jspm": "~0.16.27",
"merge-stream": "~1.0.0",
"pkginfo": "~0.3.1"
},
"jspm": {
"dependencies": {
"angular2": "npm:[email protected]",
"crypto": "github:jspm/nodelibs-crypto@^0.1.0",
"es6-shim": "github:es-shims/es6-shim@^0.35.0",
"reflect-metadata": "npm:reflect-metadata@^0.1.3",
"rxjs": "npm:rxjs@^5.0.0-beta.5",
"zone.js": "npm:zone.js@^0.6.10"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}