-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
64 lines (64 loc) · 1.41 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "touchstonejs-ui",
"version": "0.1.0",
"description": "React.js UI components for the TouchstoneJS platform http://touchstonejs.io",
"author": "Joss Mackison",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/touchstonejs/touchstonejs-ui.git"
},
"bugs": {
"url": "https://github.com/touchstonejs/touchstonejs-ui/issues"
},
"keywords": [
"touchstone",
"touchstonejs",
"ui",
"react",
"react-component",
"mobile",
"hybrid"
],
"main": "lib/index.js",
"files": [
"lib/",
"less"
],
"scripts": {
"build": "gulp clean:lib && gulp build:lib",
"lint": "happiness",
"test": "npm run lint",
"watch": "gulp watch:lib"
},
"standard": {
"ignore": [
"**/lib/**",
"**/__build/**"
]
},
"dependencies": {
"blacklist": "^1.1.2",
"classnames": "^2.1.3",
"react": "^0.13.3",
"react-tappable": "^0.5.2"
},
"devDependencies": {
"babel-core": "^5.6.15",
"babel-plugin-object-assign": "^1.2.0",
"babelify": "^6.1.2",
"browserify": "^10.2.4",
"del": "^1.2.0",
"elemental": "^0.1.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-bump": "^0.3.1",
"gulp-connect": "^2.2.0",
"gulp-gh-pages": "^0.5.2",
"gulp-git": "^1.2.4",
"gulp-less": "^3.0.3",
"gutil": "^1.6.4",
"happiness": "^1.0.7",
"vinyl-source-stream": "^1.1.0"
}
}