-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
46 lines (46 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
39
40
41
42
43
44
45
46
{
"name": "observe-shim",
"description": "An Object.observe harmony proposal shim",
"version": "0.4.2",
"keywords": [
"observe",
"data binding"
],
"author": {
"name": "Kap IT",
"email": "[email protected]",
"url": "http://www.kapit.fr/"
},
"contributors": [
{
"name": "François de Campredon",
"email": "[email protected]",
"url": "http://francois.de-campredon.fr/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/kapit/observe-shim.git"
},
"main": "lib/observe-shim.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"matchdep": "~0.1.1",
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-mocha": "~0.4.1",
"grunt-docco": "~0.2.0",
"grunt-contrib-clean": "~0.4.0",
"mocha": "~1.12.0",
"sinon": "~1.7.3",
"expect.js": "~0.2.0",
"grunt-mocha-test": "~0.5.0"
},
"licenses": {
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
}