-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 870 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 870 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
{
"name": "angular-spa-demo",
"version": "0.1.1",
"repository": "https://github.com/mcalthrop/angular-spa-demo",
"devDependencies": {
"bower": "~1.3.9",
"glob": "~3.2.7",
"grunt": "~0.4.5",
"grunt-bowercopy": "1.1.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.4",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-hustler": "~4.0.6",
"grunt-jscs": "~0.6.2",
"grunt-karma": "~0.8.3",
"grunt-ngdocs": "~0.2.2",
"grunt-ngmin": "0.0.3",
"karma": "0.12.21",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.1.5",
"karma-junit-reporter": "~0.2.2",
"karma-phantomjs-launcher": "^1.0.4",
"matchdep": "~0.1.2"
},
"dependencies": {
"time-grunt": "~0.2.0"
}
}