-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.35 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
{
"name": "corky-components",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register --require ./test/setup.js \"test/**/*.@(js)\"",
"start": "gulp build",
"htmltest": "npm start & gulp prepare-html-tests & http-server ./test -o"
},
"babel": {
"presets": [
"es2015"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/DavidAbram/corky-components.git"
},
"author": "David Abram",
"license": "ISC",
"bugs": {
"url": "https://github.com/DavidAbram/corky-components/issues"
},
"homepage": "https://github.com/DavidAbram/corky-components#readme",
"dependencies": {
"corky": "0.0.3"
},
"devDependencies": {
"babel-cli": "6.14.0",
"babel-core": "6.14.0",
"babel-preset-es2015": "6.14.0",
"babelify": "7.3.0",
"browserify": "13.1.0",
"chai": "3.5.0",
"event-stream": "3.3.4",
"glob": "7.0.6",
"gulp": "3.9.1",
"gulp-file": "0.3.0",
"gulp-rename": "1.2.2",
"gulp-typescript": "2.13.6",
"gutil": "1.6.4",
"http-server": "0.9.0",
"jsdom": "9.4.5",
"jsesc": "2.2.0",
"merge2": "1.0.2",
"mocha": "3.0.2",
"path": "0.12.7",
"rimraf": "2.5.4",
"riot": "2.6.1",
"through2": "2.0.1",
"vinyl": "1.2.0",
"vinyl-source-stream": "1.1.0"
}
}