-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "chai-doge",
"version": "1.0.4",
"description": "wow, very doge-style do-nothing language chains for chai, much silly",
"repository": "https://github.com/n3dst4/chai-doge",
"main": "__build/chai-doge.js",
"scripts": {
"test": "mocha",
"build": "babel src --out-dir __build --source-maps inline",
"prepublish": "npm run build",
"watch-build": "npm run build -- --watch",
"watch-test": "npm test -- --watch"
},
"author": "Neil de Carteret <[email protected]>",
"license": "ISC",
"keywords": [
"chai",
"chai-plugin",
"doge",
"wow"
],
"dependencies": {},
"eslintConfig": {
"extends": "@n3dst4/eslint-config-n3dst4"
},
"devDependencies": {
"@n3dst4/eslint-config-n3dst4": "^2.1.0",
"babel-eslint": "^6.0.4",
"eslint": "^2.12.0",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-react": "^5.1.1",
"babel-cli": "^6.5.1",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"chai": "^3.5.0",
"mocha": "^2.4.5",
"babel-register": "^6.7.2"
}
}