-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
45 lines (45 loc) · 1022 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-tasks",
"version": "0.4.1",
"description": "Gulp Build Tasks for TouchstoneJS Projects",
"main": "index.js",
"author": "Jed Watson",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/JedWatson/touchstonejs-tasks.git"
},
"dependencies": {
"babel-core": "^5.5.5",
"babel-plugin-object-assign": "^1.1.0",
"babelify": "^6.1.2",
"brfs": "^1.4.0",
"browserify": "^10.2.4",
"bytes": "^2.1.0",
"chalk": "^1.0.0",
"del": "^1.2.0",
"gulp-connect": "^2.2.0",
"gulp-less": "^3.0.3",
"gulp-util": "^3.0.5",
"merge-stream": "^0.1.7",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.2",
"xtend": "^4.0.0"
},
"peerDependencies": {
"gulp": "^3.9.0"
},
"devDependencies": {
"happiness": "*"
},
"scripts": {
"lint": "happiness",
"unit": "echo \"no tests yet\"",
"test": "npm run lint && npm run unit"
},
"keywords": [
"react",
"browserify",
"gulp"
]
}