-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.08 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
{
"name": "sigh-core",
"version": "0.11.14",
"description": "Library for sigh and sigh plugins.",
"main": "index",
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "sigh"
},
"repository": {
"type": "git",
"url": "git://github.com/sighjs/sigh-core.git"
},
"keywords": [
"build",
"assets",
"pipeline"
],
"author": "James Pike <github@chilon.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sighjs/sigh-core/issues"
},
"dependencies": {
"baconjs": "^0.7.53",
"bluebird": "^2.9.25",
"esprima": "^2.1.0",
"lodash": "^3.9.1",
"source-map": "^0.4.0"
},
"devDependencies": {
"babel-core": "^6.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-1": "^6.5.0",
"chai": "^2.2.0",
"mocha": "^2.2.1",
"process-pool": "^0.3.1",
"sigh": "^0.12.8",
"sigh-babel": "^0.12.0",
"sigh-core": "^0.11.4",
"sigh-cli": "^0.3.0",
"sigh-mocha": "^0.1.1"
}
}