forked from yalabot/angular-foundation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 936 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
{
"author": "Pinecone, LLC",
"name": "angular-mm-foundation",
"version": "0.7.0-SNAPSHOT",
"homepage": "http://pineconellc.github.io/angular-foundation/",
"repository": {
"type": "git",
"url": "git://github.com/pineconellc/angular-foundation.git"
},
"devDependencies": {
"karma": "~0.12.0",
"karma-jasmine": "~0.1.0",
"karma-chrome-launcher": "~0.1",
"grunt": "~0.4.1",
"grunt-ngdocs": "~0.1.1",
"grunt-conventional-changelog": "~1.0.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.3.0",
"grunt-contrib-watch": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-html2js": "~0.2.0",
"grunt-karma": "~0.9.0",
"grunt-open": "~0.2.3",
"load-grunt-tasks": "~0.3.0",
"node-markdown": "0.1.1",
"semver": "~2.2.0",
"shelljs": "~0.2.0"
},
"license": "MIT"
}