-
Notifications
You must be signed in to change notification settings - Fork 462
/
Copy pathpackage.json
34 lines (34 loc) · 801 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
33
34
{
"name": "ngstorage",
"version": "0.3.11",
"author": "Gias Kay Lee",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gsklee/ngStorage/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/gsklee/ngStorage"
},
"main": "ngStorage.js",
"scripts": {
"test": "./node_modules/.bin/grunt test"
},
"devDependencies": {
"bower": "^1.x",
"grunt": "^0.4.1",
"grunt-cli": "^0.1.11",
"grunt-contrib-uglify": "^0.x",
"grunt-karma": "^0.x",
"karma": "^0.13.2",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"mocha": "^2.2.4",
"phantomjs-prebuilt": "^2.1.1"
},
"dependencies": {}
}