-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 996 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
34
{
"name": "sophons",
"version": "1.0.0",
"description": "a tachyons-inspired css library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "nodemon src/index.js --exec babel-node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artcommacode/sophons.git"
},
"author": "artcommacode",
"license": "ISC",
"bugs": {
"url": "https://github.com/artcommacode/sophons/issues"
},
"homepage": "https://github.com/artcommacode/sophons#readme",
"devDependencies": {
"absurd": "^0.3.8",
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-do-expressions": "^6.8.0",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"eslint": "^3.12.2",
"eslint-plugin-flowtype": "^2.29.1",
"flow-bin": "^0.37.0",
"nodemon": "^1.11.0"
}
}