-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.06 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.06 KB
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": "slush-jspm-react",
"description": "Slush generator for React js under a JSPM environment and Babel+jsx transpiler",
"version": "0.0.1",
"homepage": "https://github.com/kosz/slush-jspm-react",
"author": {
"name": "Cosmin Ronnin",
"email": "coszmin@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/kosz/slush-jspm-react.git"
},
"bugs": {
"url": "https://github.com/kosz/slush-jspm-react/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/kosz/slush-jspm-react/blob/master/LICENSE"
}
],
"main": "slushfile.js",
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"scripts": {
"test": "echo \"No tests\""
},
"dependencies": {
"gulp": "^3.6.2",
"gulp-conflict": "^0.1.1",
"gulp-install": "^0.1.4",
"gulp-rename": "^1.2.0",
"gulp-template": "^0.1.1",
"iniparser": "^1.0.5",
"inquirer": "^0.8.0",
"slush": ">=1.0.0",
"underscore.string": "^2.3.3",
"which": "^1.1.1"
},
"keywords": [
"slushgenerator"
]
}