-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 877 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 877 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
{
"author": "A-Team",
"name": "Frontend-common",
"version": "0.0.1",
"dependencies": {},
"devDependencies": {
"bower": "~1.6.3",
"grunt": "~0.4.1",
"grunt-cli": "^0.1.13",
"grunt-connect-proxy": "~0.2.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.10.1",
"grunt-contrib-copy": "~0.8.1",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-html2js": "~0.3.4",
"grunt-karma": "~0.12.0",
"grunt-replace": "^0.9.2",
"karma": "~0.13.0",
"karma-chrome-launcher": "~0.1.8",
"karma-firefox-launcher": "~0.1.6",
"karma-jasmine": "~0.1.6",
"karma-phantomjs-launcher": "~0.1.4",
"load-grunt-tasks": "~0.4.0",
"phantomjs": "~1.9.18",
"time-grunt": "~1.2.1"
},
"scripts": {
"postinstall" : "bower install"
}
}