-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.82 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "tw-ng1-seed-module",
"version": "1.0.0",
"description": "An Angular 1 seed project",
"main": "module.js",
"scripts": {
"postinstall": "jspm install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/kazuo/tw-ng1-seed-module.git"
},
"author": "Rey E. Marin Jr.",
"license": "MIT",
"bugs": {
"url": "https://github.com/kazuo/tw-ng1-seed-module/issues"
},
"homepage": "https://github.com/kazuo/tw-ng1-seed-module#readme",
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-less": "^1.2.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-jspm": "^0.1.1",
"grunt-karma": "^0.12.2",
"jspm": "^0.16.27",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-jspm": "^2.0.2",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.24",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"lodash": "^4.5.1",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.5"
},
"jspm": {
"format": "esm",
"directories": {
"lib": "src"
},
"dependencies": {
"angular": "github:angular/bower-angular@^1.5.5",
"angular-mocks": "github:angular/bower-angular-mocks@^1.5.5",
"css": "github:systemjs/plugin-css@^0.1.20",
"text": "github:systemjs/plugin-text@^0.0.4"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"clean-css": "npm:clean-css@^3.4.10",
"core-js": "npm:core-js@^1.1.4",
"jquery": "npm:jquery@^2.2.2"
}
}
}