-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 971 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 971 Bytes
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
{
"name" : "procss-sprite",
"version" : "0.1.3",
"license" : "MIT",
"repository" : {
"type" : "git",
"url" : "https://github.com/vindm/procss-sprite"
},
"homepage" : "https://github.com/vindm/procss-sprite",
"scripts" : {
"test" : "jshint --config ./.jshintrc index.js ./test && jscs index.js ./test && mocha -u exports -R spec ./test"
},
"author" : {
"name" : "Dmitriy Vinokurov",
"email" : "vinokuroff.dm@gmail.com",
"url" : "http://github.com/vindm"
},
"dependencies" : {
"bonder" : "0.2.4",
"globule" : "^0.2.0",
"extend" : "^2.0.0",
"colors" : "^1.0.2",
"vow" : "^0.4.5"
},
"devDependencies" : {
"procss" : "0.1.1",
"mocha" : "1.21.x",
"chai" : "1.9.x",
"jshint" : "2.5.x",
"jscs" : ">=1.6.x"
},
"readmeFilename" : "README.md",
"engines" : [
"node >= 0.6.0"
]
}