-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 935 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 935 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
{
"name": "DEMOMVC",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "karma start"
},
"author": "",
"license": "ISC",
"dependencies": {
"bower": "^1.4.1",
"wiredep": "^2.2.2"
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"brfs": "^1.2.0",
"browserify": "~10.2.1",
"browserify-shim": "~3.8.0",
"cssnano": "~2.1.0",
"grunt": "^0.4.5",
"grunt-browserify": "~3.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express": "^1.4.1",
"grunt-open": "^0.2.3",
"grunt-pixrem": "^0.1.2",
"grunt-postcss": "~0.5.5",
"grunt-wiredep": "~2.0.0",
"karma-browserify": "~4.2.1",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"matchdep": "~0.3.0"
},
"browserify-shim": {
"external": "global:External"
},
"browser": {
"jquery": "./vendor/bower_components/jquery/dist/jquery.js"
}
}