-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 852 Bytes
/
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
{
"name": "angular-grid-example",
"version": "0.0.1",
"main": "./app/js/app.js",
"devDependencies": {
"angular-mocks": "^1.6.1",
"express": "^4.14.0",
"grunt": "^0.4.5",
"grunt-concurrent": "^2.1.0",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "^1.4.0",
"grunt-karma": "^2.0.0",
"grunt-nodemon": "^0.4.2",
"jasmine-core": "^2.5.2",
"karma": "^1.4.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"less": "^2.7.2",
"serve-static": "^1.11.1"
},
"scripts": {
"postinstall": "bower install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"express": "^4.12.3"
}
}