-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 773 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 773 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
{
"name": "grids",
"version": "0.0.1-alpha",
"description": "A standard for grids comparison",
"scripts": {
"compile": "babel src -d --out-dir es5 --presets es2015",
"test": "npm run compile && node es5/test.js",
"render": "npm run compile && node es5/render.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AmitMY/grids.git"
},
"keywords": [],
"author": "AmitMY",
"license": "MIT",
"bugs": {
"url": "https://github.com/AmitMY/grids/issues"
},
"homepage": "https://github.com/AmitMY/grids#readme",
"devDependencies": {
"babel-cli": "latest",
"babel-preset-es2015": "latest",
"fs": "0.0.1-security",
"js-prototypes": "latest",
"sync-request": "^4.0.1",
"tape": "latest"
}
}