forked from touchstonejs/touchstonejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 942 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "touchstonejs",
"version": "0.2.0",
"description": "A Mobile App Framework built with ReactJS",
"main": "index.js",
"author": "Jed Watson",
"repository": {
"type": "git",
"url": "https://github.com/JedWatson/touchstonejs.git"
},
"bugs": {
"url": "https://github.com/JedWatson/touchstonejs/issues"
},
"dependencies": {
"blacklist": "^1.1.1",
"classnames": "^1.0.0",
"react": "^0.12.2",
"react-tappable": "^0.4.0",
"underscore": "^1.7.0"
},
"devDependencies": {
"del": "^1.1.0",
"gulp": "^3.8.10",
"gulp-bump": "^0.1.11",
"gulp-connect": "^2.2.0",
"gulp-gh-pages": "^0.4.0",
"gulp-git": "^0.5.5",
"gulp-less": "^3.0.1"
},
"browserify": {
"transform": [
"reactify"
]
},
"keywords": [
"react",
"react-component",
"ui",
"mobile",
"hybrid"
],
"scripts": {
"test": "echo \"no tests yet\" && exit 0"
}
}