-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
67 lines (67 loc) · 1.71 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
64
65
66
67
{
"name": "Anansi",
"version": "1.0.0",
"description": "",
"main": "server/index.js",
"scripts": {
"start": "node server/index.js",
"test": "mocha --compilers js:mocha-traceur test/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/TheoLipeles/Anansi.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheoLipeles/Anansi/issues"
},
"homepage": "https://github.com/TheoLipeles/Anansi",
"dependencies": {
"angular": "^1.4.4",
"angular-animate": "^1.4.4",
"angular-ui-ace": "^0.2.3",
"angular-ui-router": "^0.2.15",
"babel": "^5.8.21",
"babelify": "^6.2.0",
"bluebird": "^2.9.34",
"body-parser": "^1.13.3",
"browserify": "^11.0.1",
"chalk": "^1.1.1",
"connect-mongo": "^0.8.2",
"cookie-parser": "^1.3.5",
"express": "^4.13.3",
"express-session": "^1.11.3",
"lodash": "^3.10.1",
"morgan": "^1.6.1",
"peer": "^0.2.8",
"serve-favicon": "^2.3.0",
"vinyl-source-stream": "^1.1.0",
"webworkify": "^1.0.2"
},
"devDependencies": {
"babel-runtime": "^5.8.20",
"chai": "^3.2.0",
"es6-shim": "^0.33.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^1.0.0",
"gulp-istanbul": "^0.10.0",
"gulp-minify-css": "^1.2.0",
"gulp-mocha": "^2.1.3",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-traceur": "^0.17.1",
"gulp-uglify": "^1.2.0",
"gutil": "^1.6.4",
"isparta": "^3.0.3",
"mocha": "^2.2.5",
"mocha-babel": "^3.0.0",
"mocha-traceur": "^2.1.0",
"normalize-css": "^2.3.1",
"rewire": "^2.3.4",
"run-sequence": "^1.1.2"
}
}