-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 868 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
{
"name": "observer",
"version": "0.0.0",
"description": "Pub/Sub library that allows 'subscribe', 'publish' and 'unsubscribe' methods.",
"main": "Gruntfile.js",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "https://github.com/jimenglish81/observer.git"
},
"author": "Jim",
"bugs": {
"url": "https://github.com/jimenglish81/observer/issues"
},
"homepage": "http://jimenglish81.github.io/observer",
"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"
}
}