forked from enableffs/enableffs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1002 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1002 Bytes
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
{
"engines": {
"node": "0.12.x",
"npm": "2.10.x"
},
"authors": [
"Jeremy Toussaint <jeremyt@uv.uio.no>"
],
"private": true,
"version": "0.0.1",
"description": "A starter project for Enable",
"dependencies": {
"angucomplete-alt": "3.0.x",
"angular": "1.4.12",
"angular-animate": "1.4.12",
"angular-aria": "1.4.12",
"angular-route": "1.4.12",
"angular-translate": "2.12.1",
"angular-translate-loader-static-files": "2.12.1",
"juxtaposejs": "1.1.x",
"ng-juxtapose": "1.0.x"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-jshint": "^2.0.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-ngdocs": "^0.3.0",
"gulp-shell": "^0.5.2",
"http-server": "^0.9.0",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1"
},
"scripts": {
"prestart": "npm install; grunt default",
"start": "http-server -a localhost -p 8000 -c-1",
"pretest": "npm install"
}
}