-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "indexdotco-js",
"version": "1.5.0",
"description": "Javascript plugin for Index.co embeds",
"main": "index.js",
"scripts": {
"gulp": "./node_modules/.bin/gulp",
"install": "gulp make",
"test": "gulp test",
"release": "npm publish && npm install && gulp release"
},
"repository": {
"type": "git",
"url": "https://github.com/thenextweb/indexdotco-js.git"
},
"author": "Otto, Edzo & Laura from Index.co",
"dependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"document-ready-promise": "^3.0.1",
"es6-promise": "^4.0.5",
"es6-promise-promise": "1.0.0",
"gulp": "^3.9.1",
"gulp-github-release": "^1.2.0",
"gulp-mocha-phantomjs": "^0.12.0",
"gulp-uglify": "^1.5.4",
"json-loader": "^0.5.4",
"mocha": "^2.5.3",
"mocha-phantomjs": "^4.1.0",
"mustache": "^2.2.1",
"raw-loader": "^0.5.1",
"webpack": "^1.13.1",
"webpack-stream": "^3.2.0",
"wrapper-webpack-plugin": "0.1.11"
}
}