-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 792 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 792 Bytes
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
{
"name": "ember-graph",
"license": "MIT",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "https://github.com/stingerlabs/ember-graph"
},
"engines": {
"node": ">= 0.12.0"
},
"devDependencies": {
"adm-zip": "0.4.4",
"aws-sdk": "2.0.8",
"babel": "5.0.8",
"fs-readdir-recursive": "0.1.1",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-connect": "0.6.0",
"grunt-contrib-uglify": "0.3.2",
"grunt-contrib-watch": "0.5.3",
"grunt-contrib-yuidoc": "0.5.2",
"grunt-eslint": "17.1.0",
"grunt-groundskeeper": "0.1.7",
"grunt-qunit-istanbul": "0.4.5",
"grunt-sass": "0.18.1",
"handlebars": "2.0.0-alpha.4",
"highlight.js": "8.0.0",
"marked": "0.3.2",
"node-sass": "2.1.1"
},
"peerDependencies": {
"eslint": "1.4.1"
}
}