forked from metazen/metazen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 884 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
{
"name": "metazen",
"version": "1.0.0",
"description": "Metazen library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metazen/metazen.git"
},
"author": "Raymond A. Richards",
"license": "MIT",
"bugs": {
"url": "https://github.com/metazen/metazen/issues"
},
"homepage": "https://github.com/metazen/metazen#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-latest": "^6.16.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.2",
"gulp-nodemon": "^2.2.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^1.9.1",
"run-sequence": "^1.2.2",
"jasmine": "^2.5.3",
"vinyl-paths": "^2.1.0"
},
"dependencies": {
}
}