-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 859 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
{
"name": "pledge",
"version": "0.0.0",
"description": "Promise library to allow chaining asynchronous actions",
"main": "Gruntfile.js",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "https://github.com/jimenglish81/pledge.git"
},
"author": "Jim",
"license": "ISC",
"bugs": {
"url": "https://github.com/jimenglish81/pledge/issues"
},
"homepage": "https://github.com/jimenglish81/pledge",
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-yuidoc": "^0.5.2",
"grunt-git": "^0.2.7",
"grunt-karma": "^0.8.2",
"karma": "^0.12.9",
"karma-chrome-launcher": "^0.1.3",
"karma-cli": "0.0.4",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4"
}
}