forked from jasonfarrell/threejs-normal-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "base-marionette",
"repository": {
"type": "git",
"url": "[email protected]:UseAllFive/base-marionette.git"
},
"version": "0.0.1",
"devDependencies": {
"chalk": "^0.4.0",
"grunt": "^0.4.4",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-imagemin": "~0.7.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-symlink": "^0.3.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-exec": "~0.4.2",
"grunt-jscs-checker": "^0.6.1",
"grunt-karma": "^0.9.0",
"grunt-newer": "~0.7.0",
"grunt-protractor-runner": "^1.1.4",
"grunt-scss-lint": "^0.1.12",
"jscs": "1.4.3",
"jshint": "^2.5.2",
"matchdep": "^0.3.0",
"protractor": "^1.5.0",
"ua5-frontend-standards": "^0.0.4",
"underscore": "^1.6.0"
},
"dependencies": {
"grunt-contrib-symlink": "^0.3.0",
"jasmine-core": "^2.1.3",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.4"
},
"scripts": {
"install": "node node_modules/protractor/bin/webdriver-manager update",
"test": "grunt validate-code"
}
}