-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
23 lines (23 loc) · 891 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
{
"name": "angular-jl-tether",
"version": "0.1.2",
"description": "Tether wrapper for Angular, so you can use it in directives declaratively",
"main": "jl-tether.js",
"repository": "https://github.com/jeffling/angular-jl-tether",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deps": "npm install && bower install",
"build": "webpack --config webpack.config.js jl-tether.coffee jl-tether.js",
"build-min": "webpack --optimize-minimize --config webpack.config.js jl-tether.coffee jl-tether.min.js",
"dist": "npm run build & npm run build-min",
"watch": "webpack --config webpack.config.js --watch jl-tether.coffee jl-tether.js"
},
"author": "Jeff Ling <jeff@bench.co>",
"license": "MIT",
"devDependencies": {
"webpack": "^1.7.3",
"coffee-loader": "^0.7.2",
"bower": "^1.3.12",
"exports-loader": "^0.6.2"
}
}