-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 868 Bytes
/
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
{
"name": "ami-import",
"version": "0.0.14",
"description": "AMI JS Import for Polymer - no goodies, no bundles, nothing else. Just ami.js and threejs.min.js.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NicolasRannou/ami-import.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NicolasRannou/ami-import/issues"
},
"homepage": "https://github.com/NicolasRannou/ami-import#readme",
"devDependencies" : {
"three": "^0.84.0"
},
"scripts" : {
"postinstall": "( cp node_modules/three/build/three.min.js . ) && (git commit -am $npm_package_version) && (git tag $npm_package_version) && (git push origin master) && (git push --tags)"
}
}