forked from orbitjs/orbit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.48 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "orbit.js",
"namespace": "Orbit",
"description": "A standalone library for data access and synchronization",
"version": "0.5.2",
"homepage": "https://github.com/orbitjs/orbit.js",
"readmeFilename": "README.md",
"author": {
"name": "Cerebris Corporation",
"url": "http://cerebris.com"
},
"repository": {
"type": "git",
"url": "git://github.com/orbitjs/orbit.js.git"
},
"bugs": {
"url": "https://github.com/orbitjs/orbit.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/orbitjs/orbit.js/blob/master/LICENSE"
}
],
"main": "Gruntfile.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"postinstall": "bower install",
"start": "grunt server",
"build": "grunt build:dist",
"test": "grunt test:ci"
},
"devDependencies": {
"bower": "~1.3.8",
"glob": "~3.2.8",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-yuidoc": "~0.5.0",
"grunt-es6-module-transpiler": "~0.6.0",
"grunt-usemin": "~2.0.2",
"load-grunt-config": "~0.5.0",
"load-grunt-tasks": "~0.2.0",
"string": "~1.8.0"
}
}