-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.28 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
{
"name": "unsplash-source-es6",
"version": "1.2.1",
"description": "A minimal ES6 ready Javascript wrapper for Unsplash Source API https://source.unsplash.com/",
"main": "lib/unsplash-source-es6.js",
"scripts": {
"build": "webpack --env build",
"build:watch": "webpack --env build --watch",
"dev": "webpack --progress --colors --watch --env dev",
"test": "mocha --compilers js:babel-core/register --colors ./test/*.spec.js",
"test:watch": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
},
"devDependencies": {
"babel": "6.5.2",
"babel-core": "6.22.1",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.10",
"babel-plugin-add-module-exports": "0.1.2",
"babel-preset-es2015": "6.22.0",
"chai": "3.4.1",
"eslint": "2.0",
"eslint-loader": "1.6.1",
"mocha": "2.3.4",
"webpack": "2.2.1",
"yargs": "6.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/divyanshu013/unsplash-source-es6.git"
},
"keywords": [
"unsplash",
"es6",
"wrapper",
"library"
],
"author": "Divyanshu Maithani",
"license": "MIT",
"bugs": {
"url": "https://github.com/divyanshu013/unsplash-source-es6/issues"
},
"homepage": "https://github.com/divyanshu013/unsplash-source-es6"
}