-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "ir-clone",
"version": "1.3.1",
"description": "",
"homepage": "",
"repository": {
"type": "git",
"url": "git://github.com/donejs/ir-clone.git"
},
"author": {
"name": "DoneJS Contributors",
"email": "core@donejs.com",
"url": "https://donejs.com"
},
"scripts": {
"preversion": "npm test",
"version": "git commit -am \"Update version number\"",
"postpublish": "git push --tags && git push",
"testee": "testee test/test.html --browsers firefox",
"test": "npm run jshint && npm run testee",
"jshint": "jshint ./*.js --config",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish"
},
"main": "ir-clone.js",
"keywords": [
"",
"donejs-plugin"
],
"devDependencies": {
"can-simple-dom": "^1.4.2",
"jshint": "^2.9.1",
"steal": "^2.0.0",
"steal-qunit": "^1.0.1",
"steal-tools": "^2.0.0",
"testee": "^0.9.1"
},
"license": "MIT"
}