-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
{
"name": "neo-container",
"version": "2.6.5",
"private": true,
"dependencies": {},
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"connect-modrewrite": "^0.7.9",
"cucumber": "^0.9.2",
"grunt": "~0.4.5",
"grunt-angular-gettext": "~2.0.1",
"grunt-angular-templates": "^0.5.7",
"grunt-bowercopy": "1.2.3",
"grunt-changelog": "5.0.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-contrib-symlink": "^0.3.0",
"grunt-git": "^0.3.5",
"grunt-gitclone-bower": "1.x",
"grunt-githooks": "^0.3.1",
"grunt-nexus-deployer": "0.0.5",
"grunt-ng-annotate": "^1.0.1",
"grunt-ng-constant": "^1.1.0",
"grunt-protractor-runner": "^1.2.1",
"grunt-rev": "~0.1.0",
"grunt-shell": "^1.1.0",
"grunt-usemin": "~3.0.0",
"jshint-stylish": "~1.0.0",
"load-grunt-config": "^0.16.0",
"lodash": "4.x",
"protractor-cucumber-framework": "^0.3.2"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"start": "grunt preInstall && grunt install && grunt postInstall"
}
}