forked from andredumas/techan.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.15 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.15 KB
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
44
45
{
"name": "techanjs",
"version": "0.5.0-0",
"repository": {
"type": "git",
"url": "https://github.com/andredumas/techan.js.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/andredumas/techan.js/blob/master/LICENSE"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-jsonlint": "~1.0.4",
"grunt-jscs": "~0.8.1",
"load-grunt-tasks": "~1.0.0",
"bower": "~1.3.12",
"grunt-browserify": "~2.1.4",
"grunt-banner": "~0.2.3",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-compress": "~0.12.0",
"grunt-bump": "0.0.16",
"grunt-newer": "~0.8.0",
"grunt-replace": "~0.8.0",
"grunt-contrib-copy": "~0.7.0",
"jasmine-core": "~2.1.3",
"karma-jasmine": "~0.3.2",
"karma-phantomjs-launcher": "~0.1.4",
"grunt-karma": "~0.9.0",
"grunt-watchify": "~0.1.0"
},
"scripts": {
"watch": "grunt serve",
"start": "grunt serve",
"test": "grunt"
}
}