-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
50 lines (50 loc) · 1.19 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
{
"name": "scoutfile",
"version": "4.0.1",
"description": "Tools to generate a scout file for a client-side JS application",
"main": "lib/index.js",
"dependencies": {
"async": "2.0.1",
"bluebird": "3.4.6",
"bv-ui-core": "2.1.1",
"css-loader": "0.25.0",
"file-loader": "0.9.0",
"handlebars": "4.0.5",
"handlebars-loader": "1.4.0",
"json-loader": "0.5.4",
"lodash": "4.15.0",
"memory-fs": "0.3.0",
"node-sass": "3.9.3",
"raw-loader": "0.5.1",
"sass-loader": "4.0.2",
"webpack": "1.13.2",
"yaml-loader": "0.4.0"
},
"devDependencies": {
"ghooks": "1.2.0",
"grunt": "1.0.1",
"grunt-contrib-nodeunit": "1.0.0",
"grunt-eslint": "18.0.0",
"jsdom": "8.3.0",
"webpack-dev-server": "1.14.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"
}
}
}