forked from bazaarvoice/scoutfile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.14 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": "scoutfile",
"version": "2.0.0",
"description": "Tools to generate a scout file for a client-side JS application",
"main": "lib/index.js",
"dependencies": {
"async": "1.4.2",
"bluebird": "2.9.34",
"bv-ui-core": "0.5.0",
"css-loader": "0.17.0",
"file-loader": "0.8.4",
"handlebars-loader": "1.1.1",
"json-loader": "0.5.2",
"lodash": "3.10.1",
"memory-fs": "0.2.0",
"raw-loader": "0.5.1",
"sass-loader": "2.0.1",
"webpack": "1.12.1",
"yaml-loader": "0.1.0"
},
"devDependencies": {
"ghooks": "0.3.2",
"grunt": "0.4.5",
"grunt-contrib-nodeunit": "0.4.1",
"grunt-eslint": "15.0.0",
"jsdom": "3.1.2",
"webpack-dev-server": "1.10.1"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "[email protected]:bazaarvoice/scoutfile.git"
},
"author": "Bazaarvoice",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/bazaarvoice/scoutfile/issues"
},
"homepage": "https://github.com/bazaarvoice/scoutfile",
"config": {
"ghooks": {
"pre-push": "grunt",
"pre-commit": "grunt eslint"
}
}
}