-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 KB
/
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
35
36
37
38
{
"name": "observe",
"version": "0.0.2",
"description": "Recursive object Observer",
"main": "lib/index.js",
"scripts": {
"build": "./node_modules/.bin/coffee --bare --compile --output lib src",
"test": "node node_modules/karma/bin/karma start test/karma.config.js --browsers PhantomJS --single-run --no-auto-watch"
},
"repository": {
"type": "git",
"url": "https://github.com/valtido/Observe.git"
},
"keywords": [
"Object",
"observe",
"object",
"watcher",
"json",
"watcher"
],
"author": "Valtid Caushi <[email protected]> (http://www.valtido.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/valtido/Observe/issues"
},
"homepage": "https://github.com/valtido/Observe",
"dependencies": {},
"devDependencies": {
"coffee-script": "^1.8.0",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.4",
"karma-phantomjs-launcher": "^0.1.4",
"karma-coffee-preprocessor": "^0.2.1",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.2.2"
}
}