forked from googlearchive/observe-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 824 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
{
"name": "observe-js",
"version": "0.4.2",
"description": "observe-js is a library for observing changes on JavaScript objects/arrays",
"main": "src/observe.js",
"directories": {
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Polymer/observe-js.git"
},
"author": "The Polymer Authors",
"license": "BSD",
"readmeFilename": "README.md",
"devDependencies": {
"chai": "*",
"mocha": "*",
"grunt": "*",
"grunt-karma": "*",
"karma": "~0.12.0",
"karma-mocha": "*",
"karma-firefox-launcher": "*",
"karma-ie-launcher": "*",
"karma-safari-launcher": "*",
"karma-script-launcher": "*",
"karma-crbot-reporter": "*"
}
}